projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e383b9
)
* lisp/gnus/mm-view.el (epg-decrypt-string): Autoload.
author
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:34:09 +0000
(20:34 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 5 May 2015 00:34:09 +0000
(20:34 -0400)
lisp/gnus/mm-view.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/mm-view.el
b/lisp/gnus/mm-view.el
index a3d6e74fbcbeceafbef45db058e60c5592d08ee3..edc2d39cd0f457f3ac5ac28dc70b8eea1a887279 100644
(file)
--- a/
lisp/gnus/mm-view.el
+++ b/
lisp/gnus/mm-view.el
@@
-629,6
+629,8
@@
If MODE is not set, try to find mode automatically."
(replace-match "\n"))
t)
+(autoload 'epg-decrypt-string "epg")
+
(defun mm-view-pkcs7-decrypt (handle &optional from)
(insert-buffer-substring (mm-handle-buffer handle))
(goto-char (point-min))